Click or drag to resize

InvalidRecipientResponseCode Enumeration

Provides information about why the recipient is invalid.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum InvalidRecipientResponseCode
Members
  Member nameValueDescription
RecipientOrganizationNotFederated0 Indicates that a sharing relationship is not available with the organization specified in the recipient's SMTP e-mail address.
CannotObtainTokenFromSTS1 Indicates that there was a problem obtaining a security token from the token server.
SystemPolicyBlocksSharingWithThisRecipient2 Indicates that the system administrator has set a system policy that blocks sharing with the specified recipient.
See Also